home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / sdkdigv9.zip / SDKV9N11.TXT < prev    next >
Text File  |  1994-02-21  |  7KB  |  195 lines

  1. Apparently-To: john.smith@gravis.com
  2.  
  3.  
  4. GUS Programmer's Digest     Sun, 20 Feb 94  4:24         Volume 9: Issue  11  
  5.  
  6. Today's Topics:
  7.                          .XMI files (2 msgs)
  8.                     Error in yesterday's posting.
  9.                GUS Programmer's Digest V9 #10 (2 msgs)
  10.  
  11. Standard Info:
  12.     - Meta-info about the GUS can be found at the end of the Digest.
  13.     - Before you ask a question, please READ THE FAQ.
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sat, 19 Feb 1994 08:39:05 -0600 (CST)
  18. From: Christopher Allen Kalin <ckalin@kelvin.cae.uwm.edu>
  19. Subject: Re: .XMI files
  20.  
  21. > Does anyone know of a program which will convert files in .XMI
  22. > format to .MID format, or of a program which will play .XMI
  23. > files on the GUS?
  24.  
  25. If you get the Miles Drivers Developer's Kit on epas, it has a player
  26. that can play XMI files on any concievable soundcard.  But, I don't
  27. think it's cool to just distribute the player, I'm not sure.
  28.  
  29. As far as converting them, I'm still working on that.  I'l post to the
  30. list when I find out anything.
  31.  
  32. Chris Kalin
  33.  
  34. ------------------------------
  35.  
  36. Date: Sun, 20 Feb 1994 14:18:25 +0800 (WST)
  37. From: b2502056@cc.ntu.edu.tw (b2502056)
  38. Subject: .XMI files
  39.  
  40. > Date: Fri, 18 Feb 94 12:35:13
  41. > From: ay-a@minster.york.ac.uk
  42. > Subject: .XMI files
  43. > Does anyone know of a program which will convert files in .XMI
  44. > format to .MID format, or of a program which will play .XMI
  45. > files on the GUS?
  46. There are only one program which convert .MID to .XMI format, as I know.
  47.  XMI format is only for Miles Driver. So you need Ultrasound Miles Driver.
  48. And besides, you need the player. Some days ago in EPAS, there is a file
  49. named DMKIT.ZIP, Miles Driver Source Code. In DMKIT.ZIP, it contains
  50. MIDIFORM.EXE which convert .MID to .XMI format and some source code
  51. which can play .XMI format through SoundBlaster,Ultrasound....etc.
  52.  
  53. All in all, you may try to find it. But DMKIT.ZIP was killed by EPAS.
  54. In The Audio Solution BBS you can fint it,too. Good Luck !!
  55.  
  56. ______________________________________________________________________ 
  57.                          | Taipei,Taiwan,ROC |     \   /  /////  /   / 
  58.     ______               ^^^^^^^^^^^^^^^^^^^^^    / \ /    /    /   / 
  59.    / ~  ~ \                                      /   \    /    ///// 
  60.   |  O  O  |    Whatever the world becomes, 
  61.   |   ^^   |    play your own role, be yourself. 
  62.    \__()__/                                         ::: Howard Yeh ::: 
  63.                                                 b2502056@cc.ntu.edu.tw 
  64. ______________________________________________________________________ 
  65.  
  66.  
  67. ------------------------------
  68.  
  69. Date: Sat, 19 Feb 1994 13:24:37 -0800 (PST)
  70. From: wyatt cheng <wyattc@sfu.ca>
  71. Subject: Error in yesterday's posting.
  72.  
  73. There was somebody yesterday who stated that all notes are referenced
  74. with respect to A, and that A is 400 Hz.
  75.  
  76. Actually, the A _below_ middle C is 440 Hz, the one above 880 and the
  77. one below 220.
  78.  
  79. -- 
  80. Wyatt Cheng
  81. wyattc@sfu.ca
  82.  
  83. ------------------------------
  84.  
  85. Date: Sat, 19 Feb 94 12:35 EST
  86. From: "Matthew E. Bernold" <MEB117@PSUVM.PSU.EDU>
  87. Subject: Re: GUS Programmer's Digest V9 #10
  88.  
  89. >Date: Fri, 18 Feb 1994 11:10:15 -0700 (MST)
  90. >From: "Shawn T. Rutledge" <rutledge@enuxsa.eas.asu.edu>
  91. >Subject: Re: GUS Programmer's Digest V9 #9
  92. >
  93. >> with the root frequency.  Also, I'm not familiar with the actual
  94. >> characteristics of sound.  Is there a formula for computing pitch?  I
  95. >> guess its on an exponential or logarithmic scale?  Can someone help?
  96. >
  97. >Pitch is simply the frequency in hertz (number of oscillations between
  98. >adjacent peaks per second).  However, if by pitch you mean "which key on
  99. >the piano is it?"  there is a formula - hopefully somebody will post it.
  100. >But every octave is twice the frequency of the next lower octave.  That
  101. >is, if middle c is 256 hertz, then the C below that is 128, and the C
  102. >above is 512.  However, generally the reference is the A above middle
  103. >C.  Pianos and other instruments are generally tuned so that this A
  104. >is exactly 400 hertz (and the A below is 200, and the one above is 800, etc.)
  105. >Then middle C isn't exactly 256 hertz anymore.
  106.  
  107. Well, the formula, as I understand it, is:
  108.  
  109.   freq+halfstep = freq * 2^(1/12) or halfstep=e^(1/12 * ln(2))
  110.  
  111. But I think you are wrong about A being 400 Hz.  By the above formula:
  112.  
  113.   A   = 200.000Hz
  114. A#/Bb = 211.893Hz
  115.   B   = 224.493Hz
  116.   C   = 237.842Hz
  117. C#/Db = 251.985Hz
  118.   D   = 266.969Hz
  119. D#/Eb = 282.844Hz
  120.   E   = 299.663Hz
  121.   F   = 317.482Hz
  122. F#/Gb = 336.360Hz
  123.   G   = 356.361Hz
  124. G#/Ab = 377.551Hz
  125.   A   = 400.001Hz
  126.  
  127. This puts C at 237.842Hz.  I was always under the impression that A was
  128. 440Hz.  Using the above formula, that makes:
  129.  
  130.   A   = 220.000
  131. A#/Bb = 233.082
  132.   B   = 246.942
  133.   C   = 261.626
  134. C#/Db = 277.183
  135.   D   = 293.665
  136. D#/Eb = 311.127
  137.   E   = 329.628
  138.   F   = 349.229
  139. F#/Gb = 369.995
  140.   G   = 391.996
  141. G#/Ab = 415.305
  142.   A   = 440.000
  143.  
  144. This puts C much closer to 256Hz.  I'm pretty sure that the formula is
  145. correct as well.
  146.  
  147.        Matthew E. Bernold             MEB117@PSUVM.PSU.EDU
  148.          <<APOCALYPSE>>               meb117@wilbur.cac.psu.edu
  149.  
  150. ------------------------------
  151.  
  152. Date: 19 Feb 1994 11:22:54 -0400 (EDT)
  153. From: KKURIAN@smith.smith.edu
  154. Subject: Re: GUS Programmer's Digest V9 #10
  155.  
  156. "Shawn T. Rutledge" <rutledge@enuxsa.eas.asu.edu> wrote:
  157.  
  158. >  Pianos and other instruments are generally tuned so that this A
  159. >  is exactly 400 hertz....
  160.  
  161. Nope.  In the US, "Middle" A=440 Hz.  This may be slightly higher or lower
  162. if you are talking about music in other countries or from other time periods
  163.  
  164.  
  165. -Cat
  166.  
  167. ------------------------------
  168.  
  169. End of GUS Programmer's Digest V9 #11
  170. *************************************
  171.  
  172. To post to tomorrow's digest:                    <gus-sdk@dsd.es.com>
  173. To (un)subscribe or get help:            <gus-sdk-request@dsd.es.com>
  174. To contact a human (last resort):          <gus-sdk-owner@dsd.es.com>
  175.  
  176. FTP Sites              Archive                       Directories
  177. ---------              -------                       -----------
  178. Main N.American Site:  archive.orst.edu              pub/packages/gravis
  179.                        wuarchive.wustl.edu           systems/ibmpc/ultrasound
  180. Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
  181. European Callers ONLY: theoris.rz.uni-konstanz.de    pub/sound/gus
  182. Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
  183. Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound
  184. Mirrors:               garbo.uwasa.fi                mirror/ultrasound
  185.  
  186. MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
  187.  
  188. Hints:
  189.       - Get the FAQ from the FTP sites or the request server.
  190.       - Mail to <gus-sdk-request@dsd.es.com> for info about other GUS
  191.     related mailing lists (general use, musician's, etc.).
  192.  
  193.  
  194.